golang.org/x/net/http2.serverConn.writingFrame (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L592: writingFrame bool // started writing a frame (on serve goroutine or separate)
server.go#L1007: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
server.go#L1224: if sc.writingFrame {
server.go#L1253: sc.writingFrame = true
server.go#L1281: if !sc.writingFrame {
server.go#L1284: sc.writingFrame = false
server.go#L1345: if sc.writingFrame || sc.inFrameScheduleLoop {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)